Welcome![Sign In][Sign Up]
Location:
Search - decoder h264

Search list

[Streaming Mpeg4H264Player

Description: 采用VC++实现采用h264协议压缩的视频流的播放,即是一个H264播放器。-vc++ h264 decoder
Platform: | Size: 7704576 | Author: 张宏 | Hits:

[Multimedia DevelopffmpegForH264Decod

Description: 著名的ffmpeg转码工具的源代码,专门为解决H264高清解码做的VC的工程-Well-known ffmpeg transcoding tools, source code, specifically to address the H264 HD decoder to do VC project
Platform: | Size: 1975296 | Author: 张少华 | Hits:

[VHDL-FPGA-Verilogh264_baseline_dec_ip_core

Description: 这是一个有关h264解码器的IP核源代码,内有对其内部各功能的整体说明。-This is a relevant h264 decoder IP core source code for its internal function within the overall description.
Platform: | Size: 694272 | Author: | Hits:

[OtherH264DecoderWin

Description: 一款很好用的vc实现的软件,功能非常是用和强大。
Platform: | Size: 96256 | Author: viky | Hits:

[Multimedia DevelopH264coder

Description: 在windows下,基于vs开发的实现媒体数据的H264编码,解码。-h264 coder,decoder。
Platform: | Size: 25185280 | Author: mr xu | Hits:

[Streaming Mpeg4264decoder

Description: VC环境下的H264的解码器,很实用的,可以编译通过。-VC environment H264 decoder, it is practical, and can compile.
Platform: | Size: 8294400 | Author: lhb | Hits:

[Windows DevelopHi_H.264_DEC_SDK_V2.1.0.3

Description: the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is required! The other parameters is optional. test.h264 : is a h.264 stream file according with annex B of h.264. -o test.yuv : is a file for saving YUV, if not give this parameter, you can get the actual performance of our decoder. -deinterlace : means the deinterlace process will be done by the decorder -direct : is the fast decorder mode -enhance num : means do the enhance process. The num is the coefficient, scope is [0,128]. But the scope [30, 50] is recommended.-the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is required! The other parameters is optional. test.h264 : is a h.264 stream file according with annex B of h.264. -o test.yuv : is a file for saving YUV, if not give this parameter, you can get the actual performance of our decoder. -deinterlace : means the deinterlace process will be done by the decorder -direct : is the fast decorder mode -enhance num : means do the enhance process. The num is the coefficient, scope is [0,128]. But the scope [30, 50] is recommended.
Platform: | Size: 394240 | Author: endy | Hits:

[Streaming Mpeg4FLVDecoder

Description: 基于Directshow的FLV decoder filter源代码,稍微修改后就可以支持其他视频格式,如h264,mpeg4等。-Directshow FLV decoder filter source code, after slight modification could support other video formats such as h264, mpeg4 and so on.
Platform: | Size: 17408 | Author: 康军 | Hits:

[Streaming Mpeg4JM86

Description: 官方JM86源代码,包括H264编码器和解码器,还有测试解码器的H264码流文件。-Official JM86 source code, including the H264 encoder and decoder, as well as testing the H264 decoder stream file.
Platform: | Size: 2649088 | Author: 李伟彬 | Hits:

[Streaming Mpeg4H264_Decoder

Description: h264解码的源代码 ,可以参考一下,很好使 的-h264 decoder source code, can refer to
Platform: | Size: 3639296 | Author: 秦晗 | Hits:

[Streaming Mpeg4H264VideoEncoder

Description: h264解码程序的源代码,可以参考一下,能运行的偶-h264 decoder source code, can refer to, can even run
Platform: | Size: 655360 | Author: 秦晗 | Hits:

[Streaming Mpeg406291539ffmpeg(vc)

Description: ffmpeg提取的h264解码代码,绝对可用。-ffmpeg h264 decoder extracted code, absolutely available.
Platform: | Size: 262144 | Author: 张平 | Hits:

[OtherH264Android

Description: android 移植ffmpeg解码.H264 -android Porting ffmpeg decoder. the H264
Platform: | Size: 230400 | Author: 许庆庆 | Hits:

[androidH264Android_CPP

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 如果程序崩溃退出,优先考虑: 1)是否是baseline 2)byte [] NalBuf = new byte[40980] 缓冲区是否溢出。 如果有B帧,那肯定不是baseline。 -H264 Decoder C++ version decode source
Platform: | Size: 134144 | Author: 李军 | Hits:

[Streaming Mpeg4www.99pan.com_h264aacode

Description: 包涵x264dec,T264,decode264是一个使用ffmpeg sdk开发h264解码的例子。-Including x264dec, T264, decode264 example of a h264 decoder of ffmpeg sdk development.
Platform: | Size: 6982656 | Author: chushouwuzhao | Hits:

[Software Engineering9783642147029-c1

Description: novel design of cavlc decoder for h264
Platform: | Size: 278528 | Author: abhi | Hits:

[Streaming Mpeg4libh264-android

Description: android上的h264解码器,可以通过JNI,应用层对h264数据进行解码-h264 decoder for android according to the jni interface to java
Platform: | Size: 680960 | Author: RobSky | Hits:

[Streaming Mpeg4last_x264

Description: x264的官方源码,可以进行h264格式数据的编解码功能-the source code of x264 to decoder or encoder video with h264 format
Platform: | Size: 556032 | Author: RobSky | Hits:

[VHDL-FPGA-Verilogvideo_systems.tar

Description: H264 decoder on Stratix VI-H264 decoder
Platform: | Size: 449536 | Author: peter | Hits:

[Streaming Mpeg4H264Android_CPP

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion of optimized and verified by simulator (320x480).
Platform: | Size: 169984 | Author: 葛伟 | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net